Determines whether the collection already contains the specified string.
HRESULT Exists(BSTR value, [out,retval]VARIANT_BOOL * pVal);
Exists(String value, [out,retval]VARIANT_BOOL pVal);
Sub Exists(value As String, pVal As [out,retval]VARIANT_BOOL)
Parameters |
Description |
[in] BSTR value |
The value to check for (case-insensitive). |
[out,retval]VARIANT_BOOL * pVal |
The return value. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|